cody - HTMLify profile

cody
4270 Files
632714 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/06 - Calendar
/*!
* dyCalendar is a JavaScript library for creating Calendar.
*
* Author: Yusuf Shakeel
* https://github.com/yusufshakeel
*
* GitHub Link: https://github.com/yusufshakeel/dyCalendarJS
*
* dyCalendar is a JavaScript library for creating Calendar.
*
* Author: Yusuf Shakeel
* https://github.com/yusufshakeel
*
* GitHub Link: https://github.com/yusufshakeel/dyCalendarJS
*
dycalendar.draw({
target: '#dycalendar',
type: 'month',
dayformat : 'full',
monthformat: 'full',
highlighttargetdate: false,
highlighttoday:true,
prevnextbutton: 'show',
target: '#dycalendar',
type: 'month',
dayformat : 'full',
monthformat: 'full',
highlighttargetdate: false,
highlighttoday:true,
prevnextbutton: 'show',
.dycalendar-container {
display: inline-block;
border : 1px solid #eee;
}
.dycalendar-container.round-edge {
border-radius: 5%;
-o-border-radius: 5%;
display: inline-block;
border : 1px solid #eee;
}
.dycalendar-container.round-edge {
border-radius: 5%;
-o-border-radius: 5%;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
user-select: none;
}
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
user-select: none;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dycalendar.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dycalendar.css">